home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / ws_tetri.swf / scripts / frame_60 / DoAction.as
Encoding:
Text File  |  2007-03-21  |  276 b   |  15 lines

  1. this.b_abbrechen.onPress = function()
  2. {
  3.    this.onPressEvent();
  4.    _root.gotoAndStop("spielen");
  5.    loescheVorschau();
  6.    spielAbbrechen();
  7. };
  8. this.b_pause.onPress = function()
  9. {
  10.    this.onPressEvent();
  11.    _root.gotoAndStop("pause");
  12.    spielPause();
  13. };
  14. stop();
  15.